projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
094b0ee
)
x11: Use GDK_WINDOW_XID() instead of writing it out
author
Benjamin Otte
<otte@redhat.com>
Wed, 6 Oct 2010 00:14:59 +0000
(
02:14
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 2 Dec 2010 19:17:27 +0000
(20:17 +0100)
gdk/x11/gdkgeometry-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkgeometry-x11.c
b/gdk/x11/gdkgeometry-x11.c
index f7e967f50ed656c129417e3ab543b678a23295cd..a9a10efa5eda7189708a761f4858a4c634b339bd 100644
(file)
--- a/
gdk/x11/gdkgeometry-x11.c
+++ b/
gdk/x11/gdkgeometry-x11.c
@@
-309,8
+309,8
@@
_gdk_x11_window_translate (GdkWindow *window,
gdk_window_queue (window, item);
XCopyArea (GDK_WINDOW_XDISPLAY ((GdkWindow *) impl),
- GDK_
DRAWABLE_IMPL_X11 (private->impl)->xid
,
- GDK_
DRAWABLE_IMPL_X11 (impl->impl)->xid
,
+ GDK_
WINDOW_XID (private)
,
+ GDK_
WINDOW_XID (impl)
,
xgc,
extents.x - dx, extents.y - dy,
extents.width, extents.height,